home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen… 1994 February Supplement / ARPL-Feb-94-Supplement-PowerPC.iso / 3rd Party PowerPC Demo Apps / Diehl Graphsoft MiniCad-E / MiniCad 5 Demo (Click Me!) / MiniCad 5 Demo (Click Me!).rsrc / STR#_7006.txt < prev    next >
Encoding:
Text File  |  1994-01-18  |  291 b   |  17 lines

  1. SysBeep;
  2.  
  3. Makes a beep sound.
  4.  
  5. FndError : BOOLEAN;
  6.  
  7. Used in debugging.  If an error has occurred then FndError = TRUE, otherwise FndError = FALSE
  8.  
  9. Date(DateFormat,InfoFormat : INTEGER): STRING;
  10.  
  11. Returns the current date and time as a string.
  12.  
  13. Wait(Seconds : INTEGER);
  14.  
  15. Pauses for n seconds
  16.  
  17.